worldrectangular

GI[,coast] = worldrectangular(fname::String|GI::GItype; proj::String="+proj=vandg", pm=0, latlim=:auto, coast=false)

Try to create a rectangular map out miscellaneous and not cylindrical projections. We say try because only some projections are supported and those depend on the GDAL version. So a (slow) moving target.

Returns

A grid or a image and optionally the coastlines … or errors. Not many projections support the procedure implemented in this function. The working or not is controlled by PROJ’s +over option

Example

using GMT
resetGMT()  # hide
G = worldrectangular("@earth_relief_10m");
viz(G)

See Also

coastlinesproj, graticules, leepacific, [plotgrid!], worldrectgrid, worldrectcoast, [Best rectangular world map projection]